projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cb9f2d
)
Define MODE_LINE_BINARY_TEXT.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Sep 1994 21:56:18 +0000
(21:56 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Sep 1994 21:56:18 +0000
(21:56 +0000)
src/s/msdos.h
patch
|
blob
|
history
diff --git
a/src/s/msdos.h
b/src/s/msdos.h
index 6ee4d3c37ea916650750ae2964c0579c30ea4d3f..aef2d582a53897283f3ed696379427a6e81da8af 100644
(file)
--- a/
src/s/msdos.h
+++ b/
src/s/msdos.h
@@
-225,6
+225,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define BCOPY_UPWARD_SAFE 1
#define BCOPY_DOWNWARD_SAFE 1
+/* Mode line description of a buffer's type. */
+#define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B")
+
/* We need a little extra space, see ../../lisp/loadup.el */
#define PURESIZE 240000